'Declaration
Public Overloads Shared Function ToRGB( _ ByVal cyan As Byte, _ ByVal magenta As Byte, _ ByVal yellow As Byte _ ) As GdPictureColor
public static GdPictureColor ToRGB( byte cyan, byte magenta, byte yellow )
public function ToRGB( cyan: Byte; magenta: Byte; yellow: Byte ): GdPictureColor; static;
public static function ToRGB( cyan : byte, magenta : byte, yellow : byte ) : GdPictureColor;
public: static GdPictureColor ToRGB( byte cyan, byte magenta, byte yellow )
public: static GdPictureColor ToRGB( byte cyan, byte magenta, byte yellow )
Parameters
- cyan
- magenta
- yellow